import, Control structures


Prototype:

import library_name

or

import 'library_name'

Description:

Imports the specified static library into the current project. You can call this more than one time on the same library, but the compiler will link only once.